2004-10-11 Matthias Clasen <matthias@localhost.localdomain>
+ * gtk/tmpl/*.sgml: Make the short descriptions a bit more
+ consistent.
+
* gtk/images/image.png:
* gtk/images/scales.png:
* gtk/images/statusbar.png: New images.
GtkAction
<!-- ##### SECTION Short_Description ##### -->
-an action which can be triggered by a menu or toolbar item
+An action which can be triggered by a menu or toolbar item
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkActionGroup
<!-- ##### SECTION Short_Description ##### -->
-a group of actions
+A group of actions
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkButton
<!-- ##### SECTION Short_Description ##### -->
-A widget that creates a signal when clicked on.
+A widget that creates a signal when clicked on
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkCellView
<!-- ##### SECTION Short_Description ##### -->
-
+A widget displaying a single row of a GtkTreeModel
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkCheckButton
<!-- ##### SECTION Short_Description ##### -->
-create widgets with a discrete toggle button.
+Create widgets with a discrete toggle button
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkCheckMenuItem
<!-- ##### SECTION Short_Description ##### -->
-a menu item with a check box.
+A menu item with a check box
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkColorSelection
<!-- ##### SECTION Short_Description ##### -->
-a widget used to select a color.
+A widget used to select a color
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkColorSelectionDialog
<!-- ##### SECTION Short_Description ##### -->
-a standard dialog box for selecting a color.
+A standard dialog box for selecting a color
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkComboBox
<!-- ##### SECTION Short_Description ##### -->
-a widget used to choose from a list of items.
+A widget used to choose from a list of items
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkComboBoxEntry
<!-- ##### SECTION Short_Description ##### -->
-a text entry field with a dropdown list
+A text entry field with a dropdown list
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkDialog
<!-- ##### SECTION Short_Description ##### -->
-
-create popup windows.
+Create popup windows
<!-- ##### SECTION Long_Description ##### -->
<para>
Dialog boxes are a convenient way to prompt the user for a small amount of
-input, eg. to display a message, ask a question, or anything else that does not
-require extensive effort on the user's part.
+input, e.g. to display a message, ask a question, or anything else that does
+not require extensive effort on the user's part.
</para>
<para>
GtkEditable
<!-- ##### SECTION Short_Description ##### -->
-Interface for text-editing widgets.
+Interface for text-editing widgets
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkEntry
<!-- ##### SECTION Short_Description ##### -->
-a single line text entry field.
+A single line text entry field
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkEntryCompletion
<!-- ##### SECTION Short_Description ##### -->
-completion functionality for GtkEntry
+Completion functionality for GtkEntry
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkFileChooser
<!-- ##### SECTION Short_Description ##### -->
-File chooser interface used by #GtkFileChooserWidget and #GtkFileChooserDialog.
+File chooser interface used by GtkFileChooserWidget and GtkFileChooserDialog
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkFileChooserDialog
<!-- ##### SECTION Short_Description ##### -->
-A file chooser dialog, suitable for "File/Open" or "File/Save" commands.
+A file chooser dialog, suitable for "File/Open" or "File/Save" commands
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkFileChooserWidget
<!-- ##### SECTION Short_Description ##### -->
-File chooser widget that can be embedded in other widgets.
+File chooser widget that can be embedded in other widgets
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkFileSelection
<!-- ##### SECTION Short_Description ##### -->
-prompt the user for a file or directory name.
+Prompt the user for a file or directory name
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkFontSelection
<!-- ##### SECTION Short_Description ##### -->
-a widget for selecting fonts.
+A widget for selecting fonts
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkFontSelectionDialog
<!-- ##### SECTION Short_Description ##### -->
-a dialog box for selecting fonts.
+A dialog box for selecting fonts
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkHScale
<!-- ##### SECTION Short_Description ##### -->
-a horizontal slider widget for selecting a value from a range.
+A horizontal slider widget for selecting a value from a range
<!-- ##### SECTION Long_Description ##### -->
<para>
The #GtkHScale widget is used to allow the user to select a value using
-a horizontal slider. To create one, use
-gtk_hscale_new_with_range().
+a horizontal slider. To create one, use gtk_hscale_new_with_range().
</para>
<para>
The position to show the current value, and the number of decimal places
GtkImageMenuItem
<!-- ##### SECTION Short_Description ##### -->
-a menu item with an icon.
+A menu item with an icon
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkInputDialog
<!-- ##### SECTION Short_Description ##### -->
-Configure devices for the XInput extension.
+Configure devices for the XInput extension
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkInvisible
<!-- ##### SECTION Short_Description ##### -->
-a widget which is not displayed.
+A widget which is not displayed
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkLabel
<!-- ##### SECTION Short_Description ##### -->
-A widget that displays a small to medium amount of text.
+A widget that displays a small to medium amount of text
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkMenu
<!-- ##### SECTION Short_Description ##### -->
-a drop down menu widget.
+A drop down menu widget
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkMenuItem
<!-- ##### SECTION Short_Description ##### -->
-the widget used for item in menus
+The widget used for item in menus
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkMenuShell
<!-- ##### SECTION Short_Description ##### -->
-a base class for menu objects.
+A base class for menu objects
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkMessageDialog
<!-- ##### SECTION Short_Description ##### -->
-
-convenient message window
+A convenient message window
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkProgressBar
<!-- ##### SECTION Short_Description ##### -->
-a widget which indicates progress visually.
+A widget which indicates progress visually
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkRadioAction
<!-- ##### SECTION Short_Description ##### -->
-an action of which only one in a group can be active
+An action of which only one in a group can be active
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkRadioButton
<!-- ##### SECTION Short_Description ##### -->
-A choice from multiple check buttons.
+A choice from multiple check buttons
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkRadioMenuItem
<!-- ##### SECTION Short_Description ##### -->
-A choice from multiple check menu items.
+A choice from multiple check menu items
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkRadioToolButton
<!-- ##### SECTION Short_Description ##### -->
-A toolbar item that contains a radio button.
+A toolbar item that contains a radio button
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkSeparatorMenuItem
<!-- ##### SECTION Short_Description ##### -->
-a separator used in menus.
+A separator used in menus
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkSeparatorToolItem
<!-- ##### SECTION Short_Description ##### -->
-A toolbar item that separates groups of other toolbar items.
+A toolbar item that separates groups of other toolbar items
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkSpinButton
<!-- ##### SECTION Short_Description ##### -->
-retrieve an integer or floating-point number from the user.
+Retrieve an integer or floating-point number from the user
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkStatusbar
<!-- ##### SECTION Short_Description ##### -->
-report messages of minor importance to the user.
+Report messages of minor importance to the user
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkTearoffMenuItem
<!-- ##### SECTION Short_Description ##### -->
-a menu item used to tear off and reattach its menu.
+A menu item used to tear off and reattach its menu
<!-- ##### SECTION Long_Description ##### -->
<para>
-a #GtkTearoffMenuItem is a special #GtkMenuItem which is used to
+A #GtkTearoffMenuItem is a special #GtkMenuItem which is used to
tear off and reattach its menu.
</para>
GtkToggleAction
<!-- ##### SECTION Short_Description ##### -->
-an action which can be toggled between two states
+An action which can be toggled between two states
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkToggleButton
<!-- ##### SECTION Short_Description ##### -->
-create buttons which retain their state.
+Create buttons which retain their state
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkToggleToolButton
<!-- ##### SECTION Short_Description ##### -->
-A #GtkToolItem containing a toggle button.
+A GtkToolItem containing a toggle button
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkToolbar
<!-- ##### SECTION Short_Description ##### -->
-Create bars of buttons and other widgets.
+Create bars of buttons and other widgets
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkToolButton
<!-- ##### SECTION Short_Description ##### -->
-A #GtkToolItem subclass that displays buttons
+A GtkToolItem subclass that displays buttons
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkToolItem
<!-- ##### SECTION Short_Description ##### -->
-#GtkToolItem is the base class of widgets that can be added to
-#GtkToolbar.
+The base class of widgets that can be added to GtkToolbar
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkTreeView
<!-- ##### SECTION Short_Description ##### -->
-A widget for displaying both trees and lists.
+A widget for displaying both trees and lists
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkUIManager
<!-- ##### SECTION Short_Description ##### -->
-constructing menus and toolbars from an XML description
+Constructing menus and toolbars from an XML description
<!-- ##### SECTION Long_Description ##### -->
<para>
GtkVScale
<!-- ##### SECTION Short_Description ##### -->
-a vertical slider widget for selecting a value from a range.
+A vertical slider widget for selecting a value from a range
<!-- ##### SECTION Long_Description ##### -->
<para>
The #GtkVScale widget is used to allow the user to select a value using
-a vertical slider.
-To create one, use gtk_hscale_new_with_range().
+a vertical slider. To create one, use gtk_hscale_new_with_range().
</para>
<para>
The position to show the current value, and the number of decimal places